The following table shows the connections to control the operation of the ResetPassword ActiveX control at run time.
Connections |
Descriptions |
Trigger Required |
When the assigned tag transitions from zero to non-zero, the control attempts to change the password of the user specified in UserAccount to the password specified in NewPassword. The password specified in NewPassword must match the password specified in NewPasswordConfirmation. It is recommended that the NewPassword and NewPasswordConfirmation use two unique tag connections. The connection can be a memory or direct reference tag. The connection data type is String. |
UserAccount Required |
The tag specifies the FactoryTalk Security user account that is acted upon. The user account specified must be a local FactoryTalk Security account. The ResetPassword ActiveX control cannot operate in Windows-linked user accounts. The connection can be a memory or direct reference tag. The connection data type is String. |
NewPassword Required |
The specified tag contains the new password to be associated with the specified UserAccount. The password specified in NewPassword must match the password specified in NewPasswordConfirmation. The connection can be a memory or direct reference tag. The connection data type is String. |
NewPasswordConfirmation Required |
The specified tag contains the confirmation password to be associated with the specified UserAccount. The password specified in NewPassword must match the password specified in NewPasswordConfirmation. The connection can be a memory or direct reference tag. The connection data type is String. |
ResultCode Optional |
This connection is used to monitor the state of the control. The connection is read-only. The connection can be a memory or direct reference tag. The connection data type is Integer. |
ResultMessage Optional |
This connection shows the text messages associated with ResultCode. The connection data type is String. |